home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-09 / mail1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-09-11  |  1KB  |  33 lines

  1. ECHO OFF
  2. cls
  3. REM This is an installation batch file for MAILLIST
  4. IF .%2==. goto explain
  5. IF .%1==. goto explain
  6. %1ARCE %1MAILLIST *.db? maillist.exe *.lbl *.bat %2 -r
  7. ECHO Please remove the disk from drive %2 and insert a new
  8. ECHO disk in drive %2
  9. PAUSE
  10. %1ARCE %1MAILLIST MAILDOC.* *.DOC *.LST %2 -r
  11. ECHO That's all for now...
  12. GOTO END
  13. :explain
  14. ECHO To install this software on 360K floppy disks:
  15. ECHO First make sure you have formatted at least two new disks.
  16. ECHO Put the new program disk in drive A, and one of the new
  17. ECHO formatted disks in drive B. Then enter this command:
  18. ECHO       A:INSTALL A: B:
  19. ECHO If your drives have different letters than these, just insert
  20. ECHO the correct letters into the command.
  21. ECHO When the installation is complete, the program will be
  22. ECHO on the disk in the B drive. Put the installation disk away
  23. ECHO in a safe place. The disk in the B drive is now your program
  24. ECHO disk. The other formatted disk will be your data disk. You
  25. ECHO can put the program disk in the A drive and run the program
  26. ECHO by entering the command: MAILLIST
  27. ECHO If you already have a data disk, you can use it in the B drive
  28. ECHO now.
  29. ECHO If you want to install the software on a hard disk or a
  30. ECHO large capacity floppy, use this command: INSTALLH
  31. GOTO END
  32. :END
  33.